github.com/refraction-networking/utls.Conn.verifyServerCertificate (method)

3 uses

	github.com/refraction-networking/utls (current package)
		handshake_client.go#L729: 		if err := c.verifyServerCertificate(certMsg.certificates); err != nil {
		handshake_client.go#L1122: func (c *Conn) verifyServerCertificate(certificates [][]byte) error {
		handshake_client_tls13.go#L834: 	if err := c.verifyServerCertificate(certMsg.certificate.Certificate); err != nil {